home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / gen_bbs / nl2tx101.zip / ENGLISH.BAT < prev    next >
DOS Batch File  |  1996-11-01  |  905b  |  26 lines

  1. cls
  2. @Echo off
  3. Echo Please make sure that the archive has been unpacked in the directory
  4. Echo where you intend to usually run it from.  Should this not be the case,
  5. Echo please do Ctrl-C (press and hold the "Ctrl" key, and hit the "C" key)
  6. Echo           ======
  7. Echo In executing this batch file, you have chosen to keep only the
  8. Echo English part of the software.  The French part will therefore be
  9. Echo erased, and the English part will be transformed into the files
  10. Echo as they are described in the documentation.  Should you wish to halt
  11. Echo this process, please do Ctrl-C, otherwise hit any other key.
  12. Echo                         ======
  13. pause
  14. copy nl2txt-e.exe nl2txt.exe
  15. copy nl2txt-e.cfg nl2txt.cfg
  16. copy english.doc nl2txt.doc
  17. del nl2txt-?.*
  18. del english.doc
  19. del francais.doc
  20. del file_id.diz
  21. del read_me.1st
  22. del lis_moi.1er
  23. del quoi_de9.*
  24. del francais.bat
  25. del english.bat
  26.